home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / ipl / 00004.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  220 b   |  9 lines

  1. on exitFrame
  2.   global whichMovie, file, lookFirst, thepath, lookold, thepathold
  3.   when mouseDown then nothing
  4.   set lookold to lookFirst
  5.   set thepathold to thepath
  6.   set whichMovie to "mainmenu"
  7.   go(1, "mainmenu")
  8. end
  9.